home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_p / psychmed.zip / MENU.BAT < prev    next >
DOS Batch File  |  1989-09-30  |  380b  |  32 lines

  1. echo off
  2. cls
  3. bmenu 10 25 "  MENU CHOICES  " "1. Psych Meds " "2. Quit to DOS"
  4. if errorlevel 5 goto 5
  5. if errorlevel 4 goto 4
  6. if errorlevel 3 goto 3
  7. if errorlevel 2 goto 2
  8. if errorlevel 1 goto 1
  9. if errorlevel 0 goto 0
  10. :5
  11. echo not available
  12. goto end
  13. :4
  14. echo not available
  15. goto end
  16. :3
  17. CLS
  18. goto end
  19. :2
  20. CLS
  21. goto end
  22. :1
  23. cls
  24. goto end
  25. :0
  26. psymed.bat
  27. :end
  28.  
  29.  
  30.  
  31.  
  32.